From 9f208db7c69f39adbe059f22e7309a4060bd6b62 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Fri, 27 Aug 2004 15:29:02 +0000 Subject: [PATCH] bitkeeper revision 1.1159.60.1 (412f533e1b2O_B8bnbDfqpz-zNyv3w) Enable Linux 2.6 to use Xen's writable pagetable interface by default. If you experience weird crashes, try disabling this option. --- linux-2.6.8.1-xen-sparse/arch/xen/configs/xen0_defconfig | 2 +- linux-2.6.8.1-xen-sparse/arch/xen/configs/xenU_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6.8.1-xen-sparse/arch/xen/configs/xen0_defconfig b/linux-2.6.8.1-xen-sparse/arch/xen/configs/xen0_defconfig index fa9420f276..17400d6eec 100644 --- a/linux-2.6.8.1-xen-sparse/arch/xen/configs/xen0_defconfig +++ b/linux-2.6.8.1-xen-sparse/arch/xen/configs/xen0_defconfig @@ -10,7 +10,7 @@ CONFIG_NO_IDLE_HZ=y # CONFIG_XEN_PRIVILEGED_GUEST=y CONFIG_XEN_PHYSDEV_ACCESS=y -# CONFIG_XEN_WRITABLE_PAGETABLES is not set +CONFIG_XEN_WRITABLE_PAGETABLES=y CONFIG_FOREIGN_PAGES=y CONFIG_PAGESIZED_SKBS=y CONFIG_X86=y diff --git a/linux-2.6.8.1-xen-sparse/arch/xen/configs/xenU_defconfig b/linux-2.6.8.1-xen-sparse/arch/xen/configs/xenU_defconfig index 653c7bbaf0..09546ab0a3 100644 --- a/linux-2.6.8.1-xen-sparse/arch/xen/configs/xenU_defconfig +++ b/linux-2.6.8.1-xen-sparse/arch/xen/configs/xenU_defconfig @@ -10,7 +10,7 @@ CONFIG_NO_IDLE_HZ=y # # CONFIG_XEN_PRIVILEGED_GUEST is not set # CONFIG_XEN_PHYSDEV_ACCESS is not set -# CONFIG_XEN_WRITABLE_PAGETABLES is not set +CONFIG_XEN_WRITABLE_PAGETABLES=y # CONFIG_FOREIGN_PAGES is not set # CONFIG_PAGESIZED_SKBS is not set CONFIG_X86=y -- 2.30.2